home *** CD-ROM | disk | FTP | other *** search
/ Jasper Idol Series 1: Taeko Nishino / Jasper Idol Series 1: Taeko Nishino - Disc 2.iso / DATA / PHOTO-A / 00068.ls < prev    next >
Encoding:
Text File  |  1995-06-18  |  361 b   |  16 lines

  1. on button1 u_cast, d_cast
  2.   set ppctmp to clickOn()
  3.   puppetSprite(ppctmp, 1)
  4.   repeat while stillDown()
  5.     set the castNum of sprite ppctmp to the number of cast d_cast
  6.     updateStage()
  7.   end repeat
  8.   set the castNum of sprite clickOn() to the number of cast u_cast
  9.   updateStage()
  10.   if rollOver(clickOn()) then
  11.     return 1
  12.   else
  13.     return 0
  14.   end if
  15. end
  16.